-
-
Notifications
You must be signed in to change notification settings - Fork 14.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
vigra: fix build in enblend-enfuse-4.2 #169969
Conversation
Signed-off-by: Florian Brandes <[email protected]>
This is a semi-automatic executed nixpkgs-review with nixpkgs-review-checks extension. It is checked by a human on a best effort basis and does not build all packages (e.g. lumo, tensorflow or pytorch). Result of 5 packages built:
The following issues got detected with the above build packages.
digikam:
got build log for '/nix/store/b29r42dalj2ly0qhs25j3wwhryrqiw1h-digikam-7.4.0' from 'daemon' Near pkgs/applications/graphics/digikam/default.nix:131:3:
See: https://github.com/jtojnar/nixpkgs-hammering/blob/master/explanations/maintainers-missing.md Near pkgs/applications/graphics/digikam/default.nix:133:5:
See: https://github.com/jtojnar/nixpkgs-hammering/blob/master/explanations/unclear-gpl.md Near pkgs/applications/graphics/digikam/default.nix:67:3:
See: https://github.com/jtojnar/nixpkgs-hammering/blob/master/explanations/build-tools-in-build-inputs.md Near pkgs/applications/graphics/digikam/default.nix:67:3:
|
Opened a similar PR but with a different approach. (Bumping from the 5 year old tags to a recent snapshot) |
Ah, ok. |
Text inside the PR should still match, also I am the one that duplicated the PR (you created this PR one hour earlier than mine) Though, certainly either PR would fix the issue but with different approaches. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
I merged #169978 |
Description of changes
Enblend-enfuse fails to build (since the staging-next merge 95af224 from #168737 ) due to a C++17 deprecated method in vigra.
Vigra still builds without issues on its own. Just when building enblend-enfuse the error gets thrown from the vigra directory.
Build log
The interessting part is:
So, this PR fixes vigra (which didn't have a new upstream release, but had a patch from ukoethe/vigra#426 addressing these deprecated errors.)
Things done
sandbox = true
set innix.conf
? (See Nix manual)nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD"
. Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/
)nixos/doc/manual/md-to-db.sh
to update generated release notes